Properties  Methods 


ObjectPool<T> Class Members

The following tables list the members exposed by ObjectPool<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets the amount of pooled instances  
Public Property Gets the summary amount of created instances  
Public Property Gets the value indicating whether current ObjectPool instance is empty.  
Top
Public Methods
 NameDescription
Public Method Disposes of items in the pool that implement IDisposable.  
Public MethodOverloaded.  Retrieves an item from the pool.  
Public Method Places an item in the pool.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension Method Checks for null and if not null, calls Dispose
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also